userDiogo Teixeiracancel
branchNative Library/maincancel

75 Commits over 1,187 Days - 0.00cph!

6 Years Ago
Manual Windows build
6 Years Ago
small culling toggle correction
6 Years Ago
Manual Windows build
6 Years Ago
Fixed and simplified cull processor
6 Years Ago
Manual Windows build
6 Years Ago
Skip non callback occludees
6 Years Ago
Added culling occludee processing
7 Years Ago
Manual Windows build
7 Years Ago
Fixed windows compile error Manual Windows build
7 Years Ago
Manual Windows Build
7 Years Ago
Fixed buffer readback alignment issue in d3d11 and glcore
7 Years Ago
Manual Linux Build
7 Years Ago
Manual Linux Build
7 Years Ago
Manual Linux Build
7 Years Ago
Manual Linux Build
7 Years Ago
Manual Linux Build
7 Years Ago
Adjusted readback texture swizzling
7 Years Ago
▄▄▆ ▅▌▌▋▋▆▊▌▄
7 Years Ago
Windows missing lib
7 Years Ago
Attempt to fix windows compilation
7 Years Ago
Added texture readback support for R32F formats Fixed/improved OpenGL and D3D9 texture readback paths
7 Years Ago
Added buffer readback for single channel float textures
7 Years Ago
Removed forced context flush on buffer readback
7 Years Ago
Nuked pvt-related code
7 Years Ago
Fixed potential NRE/crash in buffer readback
7 Years Ago
Type agnostic readback pointer
7 Years Ago
Enabled full optimizations on Renderer module Optimized d3d11 and glcore readback data copy
7 Years Ago
Updated my copy batch file
7 Years Ago
Fixed + tested texture readback argb ordering on all platforms Cleaned up buffer readback code
7 Years Ago
Missed one
7 Years Ago
Fixed osx compilation warnings and errors
7 Years Ago
Added virtually lockless texture/compute-buffer readback functionality
8 Years Ago
Added renderer device cancel request
8 Years Ago
Removed SystemInfo.cpp from Renderer
8 Years Ago
Updated ignore conf for Renderer module; updated diogo_copy2rust based on garry's Removed renderer enabled conditional from Renderer module Renamed Renderer/src/RustNative.h/cpp to Renderer/src/Renderer.h/.cpp
8 Years Ago
fixing osx compilation; premake4 doesn't seem to recognize 'toolset'
8 Years Ago
reverting
8 Years Ago
osx compilation fix test
8 Years Ago
Added native glcore support
8 Years Ago
Got rid of GL path and opengl32.dll dependency on windows; available only with _DEBUG conditional
9 Years Ago
Removed deprecated FFT code
9 Years Ago
Manual windows build
9 Years Ago
Fixed some potential leaks
9 Years Ago
Manual windows build
9 Years Ago
Fixed that sneaky crash
9 Years Ago
Fix for linux crash on selfcheck
9 Years Ago
Safer render thread sync stability
9 Years Ago
Fixed race condition in dev req causing crashes
9 Years Ago
Updated OSX build
9 Years Ago
Fixed delete mismatch in fft destroy Added pooling to device requests to avoid fragmentation